home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000285_news@columbia.edu _Wed Feb 14 12:15:36 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA11704
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 14 Feb 2001 12:15:35 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA00332
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 14 Feb 2001 12:15:33 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA20015
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 14 Feb 2001 12:13:26 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Non-interactive mode
  14. Date: 14 Feb 2001 17:13:26 GMT
  15. Organization: Columbia University
  16. Message-ID: <96eebm$jhc$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <AOyi6.31490$JN5.245058@e420r-sjo3.usenetserver.com>,
  20. John <J_o_h_n_B@P_H_P_i_n_c.com> wrote:
  21. : I'm trying to create a small program that will capture a spooler and then
  22. : automatically send to the user's PC.  Using HP-Unix and HOST Access as the
  23. : PC client.
  24. : How can I bypass the interactive screens? Or maybe something like a batch
  25. : process?
  26. : Sorry if this isn't a lot of info but I'm not sure what parameters are
  27. : needed for assistance.
  28. If you are talking about automating something that you would do by hand
  29. in a terminal session, you can use Kermit's command language to script it.
  30. You'll need Kermit software for the computer where the script would run.
  31. It sounds like it would run on HP-UX, so you'll need C-Kermit:
  32.  
  33.   http://www.columbia.edu/kermit/ckermit.html
  34.  
  35. and the manual, that explains how to write scripts:
  36.  
  37.   http://www.columbia.edu/kermit/ckmanual.html
  38.  
  39. and you might also want to look at the C-Kermit examples in the Kermit
  40. Script Library:
  41.  
  42.   http://www.columbia.edu/kermit/scriptlib.html
  43.  
  44. - Frank